home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / drivers / exelan.tip < prev    next >
Text File  |  1992-12-10  |  3KB  |  72 lines

  1. The following is the setup I used to successfully utilize the
  2. EXCELAN EXOS 205T Ethernet card with DRMDOS v5.1.
  3.  
  4. Step #1:  Install the Novell LAN WORKPLACE FOR DOS v4.x software
  5.           onto your hard disk
  6.  
  7. Step #2:  Use Novell's SHGEN and the DRMDOS supplied IPX.OBJ file
  8.           to generate a IPX.COM file for the EXOS 205T card.
  9.  
  10. Step #3:  Create (or add to) your CCONFIG.SYS the following commands
  11.  
  12.     ENVSIZE=4096
  13.     SET COMSPEC=C:\OSUTILS\COMMAND.COM
  14.     SET EXCELAN=C:\XLN
  15.     LASTDRIVE=C
  16.     INSTALL=C:\OSUTILS\COMMAND.COM /C C:\OSUTILS\MNET.BAT
  17.     INSTALL=C:\OSUTILS\IPX.COM
  18.  
  19.  
  20. Step #4:  Create a BATCH file called "MNET.BAT" so that it contains
  21.           the following commands...
  22.  
  23.     C:\XLN\TCP\INIT.EXE F:=C:\XLN\TCP\NX205F.86 S=72 HI=0
  24.     C:\XLN\TCP\DRIVER.EXE
  25.     C:\XLN\TCP\DRCNTL.EXE -R
  26.     C:\XLN\TCP\NETLOAD.EXE -l -q 3 -p 3 -t 0 -h 127.127.127.127 c:\xln\tcp\net
  27.  
  28.     NOTE:  you should use your own assigned InterNet Protocol (IP) address
  29.            in place of the 127.127.127.127 shown above unless you don't
  30.            plan to use TCP/IP (more on this later... read below)
  31.  
  32. Step #5:   Add the following command to your AUTOEXEC.BAT file...
  33.        
  34.            C:\OSUTILS\NETM.COM /PS=MYSERVER
  35.  
  36.  
  37. Step #6:  reboot...
  38.  
  39.  
  40. APPENDUM:  The LAN WORKPLACE FOR DOS v4.x supplies a TCP/IP implementation
  41.            for DOS including TELNET, FTP, RCP, RSH etc.   The EXOS 205T
  42.            ethernet board is a high performance board *BUT* requires use
  43.            of the various drivers loaded during STEP #4 above.  The problem
  44.            I had was that these drivers are (under msdos/drdos) normally 
  45.            loaded via a TCP.BAT file during execution of AUTOEXEC.BAT.
  46.               However, with DRMDOS you HAVE to load IPX.COM via CCONFIG.SYS
  47.            and the IPX.COM you generate during the EXOS 205T SHGEN 
  48.            *WILL NOT* load UNLESS those drivers are loaded first!!!!!!
  49.  
  50.            Now... although the above 5 steps WILL initialize the EXOS 205T
  51.            card and via NETM give you multiple Netware session I still
  52.            have NOT been able to use the accompanying TCP/IP utilities
  53.            such as the TELNET, FTP etc.  These all require the command
  54.            line loading of a driver called TELAPI then the execution of
  55.            the desired program... such as the VT220 Telnet software called
  56.            TNVT220.EXE.
  57.                 I can load TELAPI ok but the minute I try to start up
  58.            the TNVT220.EXE program the system crashes.
  59.        
  60.                 The moral of this is that (so far) you CAN use the 
  61.            EXOS 205T ethernet card for NETWARE sessions if you follow
  62.            the above installation steps BUT you cannot use the TCP/IP
  63.            software which comes with the LAN WORKPLACE FOR DOS v4.x
  64.  
  65.  
  66. Good luck, and let me know if anyone else finds an answer to using the
  67. TCP/IP software as I really would like to make use of it under DRMDOS.
  68.  
  69. Brian Mullan
  70.  
  71.  
  72.